net/http.http2serverConn.inGoAway (field)
6 uses
net/http (current package)
h2_bundle.go#L4582: inGoAway bool // we've started to or sent GOAWAY
h2_bundle.go#L5011: sentGoAway := sc.inGoAway && !sc.needToSendGoAway && !sc.writingFrame
h2_bundle.go#L5400: if !sc.inGoAway || sc.goAwayCode == http2ErrCodeNo {
h2_bundle.go#L5455: if sc.inGoAway {
h2_bundle.go#L5461: sc.inGoAway = true
h2_bundle.go#L5555: if sc.inGoAway && (sc.goAwayCode != http2ErrCodeNo || f.Header().StreamID > sc.maxClientStreamID) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)